FtMscLibExBase DelegateCBCntInChanged DelegateFtMscLibExNet for .NET framework 4
Support for fischertechnik TX-controller

[This is preliminary documentation and is subject to change.]

3.X4A callback function that reports the change of a “Counter-Input”

Namespace: FischerTechnik.FtMscLib.API
Assembly: FtMscLibVBNet (in FtMscLibVBNet.dll) Version: 1.0.0.1 (1.0.0.10)
Syntax

public delegate void DelegateCBCntInChanged(
	uint devId,
	uint cntId,
	bool state,
	UIntPtr context
)

Parameters

devId
Type: System UInt32
controller ID (master or extension controller)
cntId
Type: System UInt32
index of the Counter input (0=C1 to 3=C4)
state
Type: System Boolean
actual state of the input
context
Type: System UIntPtr
pointer to the context
Remarks

See Also

Reference